home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / zipcvt16.zip / ZIPCVT.DOC < prev    next >
Text File  |  1993-01-10  |  3KB  |  77 lines

  1.  
  2.                            ZIP Converter 1.6
  3.                   Copyright (c) 1993  Gregory Sherman
  4.  
  5.  
  6.                             ACKNOWLEDGEMENTS
  7.  
  8.       PKZIP and PKUNZIP are registered trademarks of PkWare, Inc.
  9.  
  10.  
  11.                               DISTRIBUTION
  12.  
  13.    This program is freeware.  You can upload it to BBSs, give copies
  14.   to friends, etc.  Please include both this this file and ZIPCVT.EXE
  15.                     when you distribute the program.
  16.  
  17.  
  18.                                  E-MAIL
  19.  
  20.               Send questions and comments via Internet to:
  21.                 Gregory.Sherman@f129.n102.z1.fidonet.org
  22.  
  23.                                 or call
  24.            The Source BBS (310)371-3737  USR DS 14.4k v.32bis
  25.            Leave message for Gregory Sherman in Conference 0
  26.              Latest version of ZIP Converter in File Area 1
  27.  
  28.  
  29.                                 PURPOSE
  30.  
  31.        ZIP Converter will change your version 1.1 ZIP archives to
  32.        version 2.04c.   The program converts archives in a single
  33.       specified directory each time it is run.  It is intended for
  34.       use on hard drives only.  The old archives are unzipped with
  35.      the -d option (preserve subdirectories).  The new archives are
  36.       created withthe -rP (restore subdirectories) -o (set archive
  37.    date to earliest file date) and -ex (maximum compression) options
  38.      (see PKZIP documentation for more information).  ZIP Converter
  39.        will convert ZIP files within a ZIP file (one level only).
  40.  
  41.  
  42.                               INSTRUCTIONS
  43.  
  44.    Place ZIPCVT.EXE and the new versions of PKZIP.EXE and PKUNZIP.EXE
  45.       in the same directory.  Run ZIPCVT from this directory only.
  46.  
  47.      ZIP Converter is run from the DOS command line with this form:
  48.            zipcvt <directory-path> [-r | -z comment-pathname]
  49.  
  50.      The optional parameter "-r" instructs ZIP Converter to remove
  51.               comments from the ZIP archives it converts.
  52.  
  53.        The optional parameter "-z" instructs ZIP Converter to add
  54.     comments to the ZIP archives it converts. "comment-pathname" is
  55.     the name of a plain ASCII text file that contains the comments.
  56.  
  57. Examples : "zipcvt c:" will convert archives in drive C's root directory
  58.  
  59.      "zipcvt \progs\libs\bak -r" will do the conversion for all ZIP
  60.             files in \progs\libs\bak, removing ZIP comments
  61.  
  62.         "zipcvt \qmodem\dls -z \utils\comment.txt" will convert
  63.           all ZIP files in \qmodem\dls, adding the contents of
  64.             \utils\comment.txt as comments to all ZIP files
  65.  
  66.     NOTE: Zipcvt does not check for the version of the ZIP files it
  67.       converts.  Don't convert the same directory twice!  It will
  68.                    do no harm other than waste time.
  69.  
  70.  
  71.  
  72.                                DISCLAIMER
  73.  
  74.        ZIP Converter is provided "as is".  Use at your own risk.
  75.     Gregory Sherman disclaims all warranties, including the implied
  76.   warranties of merchantability and fitness for a particular purpose.
  77.